home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / wildcat / quotme15.zip / QUOTEME.TXT < prev    next >
Text File  |  1996-01-12  |  7KB  |  184 lines

  1.                                 Quote Me!  v1.5
  2.                 for Wildcat 3.0+
  3.                            (c)1996  Matthew Wilson 
  4.                                Compiled 1/10/96
  5.  
  6.  
  7.  
  8.                 Introduction
  9.                 ------------
  10.  
  11.     Quote Me! is a program which allows users to leave a simple message 
  12. to be seen during Logon/Logoff (or any other time, depending on the 
  13. configuration the SysOp chooses).  Quote Me! may be run as a menu option or 
  14. even a logon/logoff program.  Quote Me! will create an @-code display file 
  15. of the SysOp's choice.  The output file prints a SysOp configurable header, 
  16. prints the message left by the user, prints the user name, time and date of 
  17. the message, then prompts the user to continue.  
  18.  
  19.                   Features
  20.                   --------
  21.  
  22. - Supports 16550 FIFO buffering
  23. - Built in ANSI emulator
  24. - Configurable ANSI and TEXT menu files, with built in default menus
  25. - Includes profanity filter
  26. - Configurable output filename and path
  27. - Output file header configurable
  28.  
  29.                 Installation
  30.                 ------------
  31.  
  32.     Installation of Quote Me! is easy.  Follow the steps listed below to 
  33. have Quote Me! running in a matter of minutes.
  34.  
  35. 1)    Create a directory for Quote Me! on your hard drive.
  36.  
  37. 2)    Unzip the QUOTME##.ZIP file into this directory.  The following files
  38.      should have been included in the ZIP file:
  39.  
  40.     QUOTEME.EXE    The main program for Quote Me!
  41.     QUOTECFG.EXE    Quote Me! configuration utility
  42.     QUOTEME.TXT    This file
  43.     QUOTEME.BAT    Sample batch file
  44.     REGISTER.TXT    Registration information
  45.     MENU.SCR    ANSI menu file (Non-essential)
  46.     HEADER.BBS    Output file header (Non-essential)
  47.  
  48. 3)    Run QUOTECFG.EXE.  This program will set up the data files required
  49.      by Quote Me! and allow the SysOp to set the words to be filtered.  
  50.  
  51. 4)    Create a batch file to run Quote Me!  The command line to execute
  52.      Quote Me! should be:  
  53.     
  54.     QUOTEME DOOR.CFG <NONSTANDARD_IRQ>
  55.  
  56.     where <NONSTANDARD_IRQ> should ONLY be used if your serial uses a
  57.      non-standard interrupt.
  58.  
  59. 5)    Set up the Quote Me! batch file to run as a menu option or a
  60.     logon/logoff program as    described in the Wildcat! SysOp's manual.
  61.     A sample batch file has been included.
  62.  
  63.  
  64.                Data file configuration
  65.                -----------------------
  66.  
  67.     This section is only important if you had trouble with the 
  68. QUOTECFG.EXE program or want to set up the data files manually.  Below is 
  69. described the two data files and their contents.  These two files must reside
  70. in the same directory as QUOTEME.EXE.
  71.  
  72. DOOR.CFG-
  73.  
  74. LINE1: This is the drop file type used.  If you really want to, you can set
  75.        this to "WC" to use the .DEF file created by Wildcat!, but I recommend
  76.        this settting to be "GAP" denoting DOOR.SYS.
  77.  
  78. LINE2: This is the FULL PATH to the drop file described above, including the 
  79.        trailing backslash.
  80.  
  81. LINE3: This is the Name of the BBS.
  82.  
  83. LINE4: This is the SysOp's name.
  84.  
  85. LINE5: This is a number denoting the LOCKED BAUD RATE.  If the baud rate is 
  86.        not locked, set this to zero.
  87.  
  88. An example DOOR.CFG file:
  89. ----------------------------------------------------------------------------
  90. GAP
  91. C:\WILDCAT\WCWORK\NODE%WCNODEID%\
  92. Midnight BBS
  93. Matthew Wilson
  94. 57600
  95. ----------------------------------------------------------------------------
  96.  
  97. QUOTEME.DAT-
  98.  
  99. LINE 1: This is the FULL PATH and FILENAME of the output file to be created 
  100.     by Quote Me!.  The file created uses Wildcat! @-codes and is suitable 
  101.     for any Wildcat! display file using the .BBS or .SCR extension.  
  102.  
  103. LINE 2: Line 2 is the registration code.  If not registered, this line should 
  104.     contain 4 zeros, each separated by a space.  If you have obtained a 
  105.         registration code, each number should be separated by a space.
  106.  
  107. LINES 3-22: These lines are the words to be filtered out by Quote Me!  One
  108.             filter word should be listed per line, and words must be all in
  109.             UPPER CASE.  If less than twenty filter words are to be used,
  110.             place one tilda (~) on each of the remaining lines.  Each word
  111.             cannot be more than 24 characters and should not contain any
  112.             spaces.
  113.  
  114.                 OPTIONAL FILES
  115.                 --------------
  116.  
  117.     There are three optional files which may be used by Quote me!  They
  118. are listed below with a description of each.  These files must reside in the 
  119. same directory as QUOTEME.EXE.
  120.  
  121. MENU.TXT  -  This is a text menu file which if present is displayed to
  122.          callers who are connected without ANSI (color) emulation.  This 
  123.          file may be created with any text editor (such as DOS edit).
  124.  
  125. MENU.SCR  -  This is an ANSI menu file which if present is displayed to
  126.          callers using ANSI (color) emulation.  This file must be created
  127.              with an ANSI editor (not the package supplied with Wildcat!)
  128.  
  129. HEADER.BBS-  This file is an @-code header file.  The contents of this file
  130.          will be placed at the top of the Quote Me! output file specified
  131.          by line 1 of QUOTEME.DAT.  This file must be created with a 
  132.          Wildcat! compatible file editor (such as the editor supplied
  133.          with Wildcat!).
  134.  
  135.                 REGISTRATION
  136.                 ------------
  137.  
  138.     Please read REGISTER.TXT for price and registration information.
  139.  
  140.                    HELP!
  141.                    -----
  142.  
  143.     I realize that this document does not cover every possible aspect of 
  144. installation.  If you have any problems at all, feel free to call my BBS and 
  145. leave me a comment.  I will try my best to solve any problem presented.  If 
  146. you have any comments or suggestions, by all means let me know!  
  147.  
  148.                  WAYS TO CONTACT ME
  149.                  ------------------
  150.  
  151.                     BBS:
  152.                 Midnight BBS
  153.                  28800 baud
  154.                    (615) 372-0290
  155.  
  156.                   INTERNET:
  157.                   MGW9539@TNTECH.EDU
  158.  
  159.  
  160.                 FUTURE UPGRADES
  161.                 ---------------
  162.  
  163.  
  164. Upgrades will be copy-over.  The latest versions of Quote Me! will of course 
  165. always be available on my BBS listed above.
  166.  
  167.  
  168.                                 SPECIAL THANKS
  169.                                 --------------
  170.  
  171. I'd like to thank Dr. Jonathan Blake for helping me see the obvious!
  172.  
  173.                                 LEGALITIES
  174.                                 ----------
  175.  
  176. This archive may be distributed freely provided it remains in its original
  177. format.  No fees will be charged for this archive except for a distribution
  178. cost which covers the medium it is distributed on.  The programs contained
  179. in this archive may not be reverse compiled, reverse engineered, or modified
  180. in any way and are provided 'as is'.  No warranty is expressed or implied.
  181.  
  182. Quote Me!  (c)1996 Matthew Wilson
  183.  
  184.